DeleteMountTarget
Description
call the DeleteMountTarget interface to delete an existing mount point.
Request Method
POST
Request Path
/apsara/route/NAS/DeleteMountTarget
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
MountTargetDomain | BODY | string | Yes | 174494b666-x****.cn-hangzhou.nas.aliyuncs.com | mount point domain name. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
FileSystemId | BODY | string | Yes | 174494**** | file system ID. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 5BC5CB97-9F28-42FE-84A4-0CD0DF42**** | request ID. |
Example
Successful Response example
{
"RequestId":"5BC5CB97-9F28-42FE-84A4-0CD0DF42****"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}